home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Stack Ideas / background_15266.txt < prev    next >
Encoding:
Text File  |  1988-11-07  |  6.1 KB  |  299 lines

  1. -- background: 15266 from stack: in
  2. -- bmap block id: 68893
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 00
  14. -- high flags: 4000
  15. -- rect: left=282 top=33 right=53 bottom=438
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 256
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 78 (field)
  27. -- low flags: 00
  28. -- high flags: 4000
  29. -- rect: left=73 top=79 right=288 bottom=124
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 65535
  33. -- font id: 3
  34. -- text size: 10
  35. -- style flags: 0
  36. -- line height: 13
  37. -- part name: column
  38.  
  39.  
  40. -- part 80 (field)
  41. -- low flags: 00
  42. -- high flags: 4000
  43. -- rect: left=123 top=79 right=288 bottom=174
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 65535
  47. -- font id: 3
  48. -- text size: 10
  49. -- style flags: 0
  50. -- line height: 13
  51. -- part name: column
  52.  
  53.  
  54. -- part 81 (field)
  55. -- low flags: 00
  56. -- high flags: 4000
  57. -- rect: left=173 top=79 right=288 bottom=224
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 65535
  61. -- font id: 3
  62. -- text size: 10
  63. -- style flags: 0
  64. -- line height: 13
  65. -- part name: column
  66.  
  67.  
  68. -- part 82 (field)
  69. -- low flags: 00
  70. -- high flags: 4000
  71. -- rect: left=223 top=79 right=288 bottom=274
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 65535
  75. -- font id: 3
  76. -- text size: 10
  77. -- style flags: 0
  78. -- line height: 13
  79. -- part name: column
  80.  
  81.  
  82. -- part 83 (field)
  83. -- low flags: 00
  84. -- high flags: 4000
  85. -- rect: left=273 top=79 right=288 bottom=324
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 65535
  89. -- font id: 3
  90. -- text size: 10
  91. -- style flags: 0
  92. -- line height: 13
  93. -- part name: column
  94.  
  95.  
  96. -- part 84 (field)
  97. -- low flags: 00
  98. -- high flags: 4000
  99. -- rect: left=323 top=79 right=288 bottom=374
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 65535
  103. -- font id: 3
  104. -- text size: 10
  105. -- style flags: 0
  106. -- line height: 13
  107. -- part name: column
  108.  
  109.  
  110. -- part 85 (field)
  111. -- low flags: 00
  112. -- high flags: 4000
  113. -- rect: left=373 top=79 right=288 bottom=424
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 65535
  117. -- font id: 3
  118. -- text size: 10
  119. -- style flags: 0
  120. -- line height: 13
  121. -- part name: column
  122.  
  123.  
  124. -- part 86 (field)
  125. -- low flags: 00
  126. -- high flags: 4000
  127. -- rect: left=423 top=79 right=288 bottom=487
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 65535
  131. -- font id: 3
  132. -- text size: 10
  133. -- style flags: 0
  134. -- line height: 13
  135. -- part name: total
  136.  
  137.  
  138. -- part 88 (field)
  139. -- low flags: 00
  140. -- high flags: 4000
  141. -- rect: left=143 top=311 right=332 bottom=357
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 0 / 0
  144. -- text alignment: 0
  145. -- font id: 3
  146. -- text size: 14
  147. -- style flags: 256
  148. -- line height: 18
  149. -- part name: 
  150.  
  151.  
  152. -- part 91 (button)
  153. -- low flags: 00
  154. -- high flags: 0000
  155. -- rect: left=470 top=25 right=48 bottom=501
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 15972 / 15972
  158. -- text alignment: 1
  159. -- font id: 0
  160. -- text size: 12
  161. -- style flags: 0
  162. -- line height: 16
  163. -- part name: go to calendar
  164. ----- HyperTalk script -----
  165. on mouseUp
  166.   set lockScreen to true
  167.   go stack "Datebook"
  168.   goWeekly the seconds
  169.   set lockScreen to false
  170. end mouseUp
  171.  
  172.  
  173.  
  174. -- part 92 (button)
  175. -- low flags: 00
  176. -- high flags: 8003
  177. -- rect: left=361 top=307 right=330 bottom=410
  178. -- title width / last selected line: 0
  179. -- icon id / first selected line: 0 / 0
  180. -- text alignment: 1
  181. -- font id: 0
  182. -- text size: 12
  183. -- style flags: 0
  184. -- line height: 16
  185. -- part name: recalc
  186. ----- HyperTalk script -----
  187. on mouseUp
  188.   set numberFormat to "00.00"
  189.   set cursor to 4
  190.   repeat with row = 1 to 16
  191.     put 0 into total
  192.     repeat with col = 2 to 8
  193.       add line row of field col to total
  194.     end repeat
  195.     if total is zero then put empty into total
  196.     put total into line row of field 9
  197.   end repeat
  198.   put 0 into grandtotal
  199.   repeat with i = 1 to 16
  200.     add line i of field 9 to grandTotal
  201.   end repeat
  202.   put grandTotal into field "Grand Total"
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 93 (button)
  208. -- low flags: 00
  209. -- high flags: 0000
  210. -- rect: left=415 top=306 right=331 bottom=442
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 15420 / 15420
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Prev
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   visual effect wipe right
  222.   go to previous card
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 94 (button)
  228. -- low flags: 00
  229. -- high flags: 0000
  230. -- rect: left=442 top=306 right=331 bottom=469
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 16560 / 16560
  233. -- text alignment: 1
  234. -- font id: 0
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: Next
  239. ----- HyperTalk script -----
  240. on mouseUp
  241.   visual effect wipe left
  242.   go to next card
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 95 (button)
  248. -- low flags: 00
  249. -- high flags: 0000
  250. -- rect: left=438 top=22 right=51 bottom=470
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 21700 / 21700
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: Home
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   visual effect iris open
  262.   go Home
  263. end mouseUp
  264.  
  265.  
  266.  
  267. -- part 96 (button)
  268. -- low flags: 00
  269. -- high flags: 0000
  270. -- rect: left=466 top=305 right=333 bottom=498
  271. -- title width / last selected line: 0
  272. -- icon id / first selected line: 6720 / 6720
  273. -- text alignment: 1
  274. -- font id: 0
  275. -- text size: 12
  276. -- style flags: 0
  277. -- line height: 16
  278. -- part name: Return
  279. ----- HyperTalk script -----
  280. on mouseUp
  281.   visual effect iris close
  282.   pop card
  283. end mouseUp
  284.  
  285.  
  286.  
  287. -- part 97 (field)
  288. -- low flags: 00
  289. -- high flags: 0000
  290. -- rect: left=423 top=290 right=305 bottom=487
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 0 / 0
  293. -- text alignment: 65535
  294. -- font id: 3
  295. -- text size: 10
  296. -- style flags: 0
  297. -- line height: 13
  298. -- part name: Grand Total
  299.